Update customer
Update a customer by id. Only some fields can be updated using these API.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The customer unique identifier in your system
Body
The full name of the customer
"John Smith"
Platforms associated with the customer
The gender of the customer. Can only be updated if not set.
MALE, FEMALE The date of birth of the customer. Can only be updated if not set.
The document type of the customer. If provided, document_number is required.
The document number of the customer. If provided, document_type is required.
50The country of the customer
100The customer's phone number in international format. Required for WhatsApp delivery.
"+593 99 123 4567"
Include your conditions customer tags here
The metadata of the customer
Response
Customer updated